Changeset 79a0317 for imaps-frontend/node_modules/esutils
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/esutils/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "esutils", 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, 3 32 "description": "utility box for ECMAScript language tools", 4 "homepage": "https://github.com/estools/esutils",5 "main": "lib/utils.js",6 "version": "2.0.3",7 "engines": {8 "node": ">=0.10.0"9 },10 "directories": {11 "lib": "./lib"12 },13 "files": [14 "LICENSE.BSD",15 "README.md",16 "lib"17 ],18 "maintainers": [19 {20 "name": "Yusuke Suzuki",21 "email": "utatane.tea@gmail.com",22 "web": "http://github.com/Constellation"23 }24 ],25 "repository": {26 "type": "git",27 "url": "http://github.com/estools/esutils.git"28 },29 33 "devDependencies": { 30 34 "chai": "~1.7.2", … … 35 39 "unicode-9.0.0": "~0.7.0" 36 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", 37 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 }, 38 67 "scripts": { 68 "generate-regex": "node tools/generate-identifier-regex.js", 69 "lint": "jshint lib/*.js", 39 70 "test": "npm run-script lint && npm run-script unit-test", 40 "lint": "jshint lib/*.js", 41 "unit-test": "mocha --compilers coffee:coffee-script -R spec", 42 "generate-regex": "node tools/generate-identifier-regex.js" 43 } 71 "unit-test": "mocha --compilers coffee:coffee-script -R spec" 72 }, 73 "version": "2.0.3" 44 74 }
Note:
See TracChangeset
for help on using the changeset viewer.