source: imaps-frontend/node_modules/esutils/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_from": "esutils@^2.0.2",
3 "_id": "esutils@2.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
6 "_location": "/esutils",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "esutils@^2.0.2",
12 "name": "esutils",
13 "escapedName": "esutils",
14 "rawSpec": "^2.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.2"
17 },
18 "_requiredBy": [
19 "/doctrine",
20 "/eslint",
21 "/eslint-plugin-react/doctrine"
22 ],
23 "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
24 "_shasum": "74d2eb4de0b8da1293711910d50775b9b710ef64",
25 "_spec": "esutils@^2.0.2",
26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
27 "bugs": {
28 "url": "https://github.com/estools/esutils/issues"
29 },
30 "bundleDependencies": false,
31 "deprecated": false,
32 "description": "utility box for ECMAScript language tools",
33 "devDependencies": {
34 "chai": "~1.7.2",
35 "coffee-script": "~1.6.3",
36 "jshint": "2.6.3",
37 "mocha": "~2.2.1",
38 "regenerate": "~1.3.1",
39 "unicode-9.0.0": "~0.7.0"
40 },
41 "directories": {
42 "lib": "./lib"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "LICENSE.BSD",
49 "README.md",
50 "lib"
51 ],
52 "homepage": "https://github.com/estools/esutils",
53 "license": "BSD-2-Clause",
54 "main": "lib/utils.js",
55 "maintainers": [
56 {
57 "name": "Yusuke Suzuki",
58 "email": "utatane.tea@gmail.com",
59 "url": "http://github.com/Constellation"
60 }
61 ],
62 "name": "esutils",
63 "repository": {
64 "type": "git",
65 "url": "git+ssh://git@github.com/estools/esutils.git"
66 },
67 "scripts": {
68 "generate-regex": "node tools/generate-identifier-regex.js",
69 "lint": "jshint lib/*.js",
70 "test": "npm run-script lint && npm run-script unit-test",
71 "unit-test": "mocha --compilers coffee:coffee-script -R spec"
72 },
73 "version": "2.0.3"
74}
Note: See TracBrowser for help on using the repository browser.