1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "esutils@2.0.3",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "esutils@2.0.3",
|
---|
10 | "_id": "esutils@2.0.3",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
---|
13 | "_location": "/esutils",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "esutils@2.0.3",
|
---|
19 | "name": "esutils",
|
---|
20 | "escapedName": "esutils",
|
---|
21 | "rawSpec": "2.0.3",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.0.3"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@babel/preset-modules"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
---|
29 | "_spec": "2.0.3",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "bugs": {
|
---|
32 | "url": "https://github.com/estools/esutils/issues"
|
---|
33 | },
|
---|
34 | "description": "utility box for ECMAScript language tools",
|
---|
35 | "devDependencies": {
|
---|
36 | "chai": "~1.7.2",
|
---|
37 | "coffee-script": "~1.6.3",
|
---|
38 | "jshint": "2.6.3",
|
---|
39 | "mocha": "~2.2.1",
|
---|
40 | "regenerate": "~1.3.1",
|
---|
41 | "unicode-9.0.0": "~0.7.0"
|
---|
42 | },
|
---|
43 | "directories": {
|
---|
44 | "lib": "./lib"
|
---|
45 | },
|
---|
46 | "engines": {
|
---|
47 | "node": ">=0.10.0"
|
---|
48 | },
|
---|
49 | "files": [
|
---|
50 | "LICENSE.BSD",
|
---|
51 | "README.md",
|
---|
52 | "lib"
|
---|
53 | ],
|
---|
54 | "homepage": "https://github.com/estools/esutils",
|
---|
55 | "license": "BSD-2-Clause",
|
---|
56 | "main": "lib/utils.js",
|
---|
57 | "maintainers": [
|
---|
58 | {
|
---|
59 | "name": "Yusuke Suzuki",
|
---|
60 | "email": "utatane.tea@gmail.com",
|
---|
61 | "url": "http://github.com/Constellation"
|
---|
62 | }
|
---|
63 | ],
|
---|
64 | "name": "esutils",
|
---|
65 | "repository": {
|
---|
66 | "type": "git",
|
---|
67 | "url": "git+ssh://git@github.com/estools/esutils.git"
|
---|
68 | },
|
---|
69 | "scripts": {
|
---|
70 | "generate-regex": "node tools/generate-identifier-regex.js",
|
---|
71 | "lint": "jshint lib/*.js",
|
---|
72 | "test": "npm run-script lint && npm run-script unit-test",
|
---|
73 | "unit-test": "mocha --compilers coffee:coffee-script -R spec"
|
---|
74 | },
|
---|
75 | "version": "2.0.3"
|
---|
76 | }
|
---|