11{
2- "_from" : " acorn-class-fields" ,
3- "_id" : " acorn-class-fields@0.3.1" ,
4- "_inBundle" : false ,
5- "_integrity" : " sha512-X/8hSJuregAnrvfV1Y80VJNfeJx1uhw7yskOwvL631ygYeCGVLPumCnnPDHYZ8acV3ytHhg53K171H3tAemgiw==" ,
6- "_location" : " /acorn-class-fields" ,
7- "_phantomChildren" : {},
8- "_requested" : {
9- "type" : " tag" ,
10- "registry" : true ,
11- "raw" : " acorn-class-fields" ,
12- "name" : " acorn-class-fields" ,
13- "escapedName" : " acorn-class-fields" ,
14- "rawSpec" : " " ,
15- "saveSpec" : null ,
16- "fetchSpec" : " latest"
17- },
18- "_requiredBy" : [
19- " #USER" ,
20- " /"
21- ],
22- "_resolved" : " https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.1.tgz" ,
23- "_shasum" : " 032ce47a9688a71d4713ee366fadcb7fefaea9e0" ,
24- "_spec" : " acorn-class-fields" ,
25- "_where" : " /home/ruben/repos/node/node" ,
26- "bugs" : {
27- "url" : " https://github.com/acornjs/acorn-class-fields/issues"
28- },
29- "bundleDependencies" : false ,
2+ "name" : " acorn-class-fields" ,
3+ "description" : " Support for class fields in acorn" ,
4+ "homepage" : " https://github.com/acornjs/acorn-class-fields" ,
305 "contributors" : [
31- {
32- "name" : " Adrian Heine" ,
33- "email" : " mail@adrianheine.de"
34- }
6+ " Adrian Heine <mail@adrianheine.de>"
357 ],
36- "dependencies" : {
37- "acorn-private-class-elements" : " ^0.1.1"
38- },
39- "deprecated" : false ,
40- "description" : " Support for class fields in acorn" ,
41- "devDependencies" : {
42- "acorn" : " ^6.1.0" ,
43- "eslint" : " ^5.13.0" ,
44- "eslint-plugin-node" : " ^8.0.1" ,
45- "mocha" : " ^5.2.0" ,
46- "test262" : " git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d" ,
47- "test262-parser-runner" : " ^0.5.0"
48- },
498 "engines" : {
509 "node" : " >=4.8.2"
5110 },
52- "homepage" : " https://github.com/acornjs/acorn-class-fields" ,
53- "license" : " MIT" ,
54- "name" : " acorn-class-fields" ,
55- "peerDependencies" : {
56- "acorn" : " ^6.0.0"
57- },
5811 "repository" : {
5912 "type" : " git" ,
60- "url" : " git+ https://github.com/acornjs/acorn-class-fields.git "
13+ "url" : " https://github.com/acornjs/acorn-class-fields"
6114 },
15+ "license" : " MIT" ,
6216 "scripts" : {
63- "lint" : " eslint -c .eslintrc.json ." ,
6417 "test" : " mocha" ,
65- "test:test262" : " node run_test262.js"
18+ "test:test262" : " node run_test262.js" ,
19+ "lint" : " eslint -c .eslintrc.json ."
6620 },
67- "version" : " 0.3.1"
68- }
21+ "peerDependencies" : {
22+ "acorn" : " ^6.0.0"
23+ },
24+ "version" : " 0.3.1" ,
25+ "devDependencies" : {
26+ "acorn" : " ^6.1.0" ,
27+ "eslint" : " ^5.13.0" ,
28+ "eslint-plugin-node" : " ^8.0.1" ,
29+ "mocha" : " ^5.2.0" ,
30+ "test262" : " git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d" ,
31+ "test262-parser-runner" : " ^0.5.0"
32+ },
33+ "dependencies" : {
34+ "acorn-private-class-elements" : " ^0.1.1"
35+ }
36+ }
0 commit comments