1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
| {
| "_args": [
| [
| "babel-preset-current-node-syntax@1.0.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "babel-preset-current-node-syntax@1.0.1",
| "_id": "babel-preset-current-node-syntax@1.0.1",
| "_inBundle": false,
| "_integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
| "_location": "/babel-preset-current-node-syntax",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "babel-preset-current-node-syntax@1.0.1",
| "name": "babel-preset-current-node-syntax",
| "escapedName": "babel-preset-current-node-syntax",
| "rawSpec": "1.0.1",
| "saveSpec": null,
| "fetchSpec": "1.0.1"
| },
| "_requiredBy": [
| "/babel-preset-jest",
| "/jest-snapshot"
| ],
| "_resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
| "_spec": "1.0.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Nicolò Ribaudo",
| "url": "https://github.com/nicolo-ribaudo"
| },
| "bugs": {
| "url": "https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax/issues"
| },
| "dependencies": {
| "@babel/plugin-syntax-async-generators": "^7.8.4",
| "@babel/plugin-syntax-bigint": "^7.8.3",
| "@babel/plugin-syntax-class-properties": "^7.8.3",
| "@babel/plugin-syntax-import-meta": "^7.8.3",
| "@babel/plugin-syntax-json-strings": "^7.8.3",
| "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
| "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
| "@babel/plugin-syntax-numeric-separator": "^7.8.3",
| "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
| "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
| "@babel/plugin-syntax-optional-chaining": "^7.8.3",
| "@babel/plugin-syntax-top-level-await": "^7.8.3"
| },
| "description": "A Babel preset that enables parsing of proposals supported by the current Node.js version.",
| "devDependencies": {
| "@babel/core": "7.0.0",
| "@babel/parser-7.0.0": "npm:@babel/parser@7.0.0",
| "@babel/parser-7.9.0": "npm:@babel/parser@7.9.0"
| },
| "homepage": "https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax#readme",
| "license": "MIT",
| "main": "src/index.js",
| "name": "babel-preset-current-node-syntax",
| "peerDependencies": {
| "@babel/core": "^7.0.0"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax.git"
| },
| "scripts": {
| "prepublish": "./scripts/check-yarn-bug.sh",
| "test": "node ./test/index.js"
| },
| "version": "1.0.1"
| }
|
|