Changeset 79a0317 for imaps-frontend/node_modules/json5
- 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/json5/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "json5", 3 "version": "2.2.3", 4 "description": "JSON for Humans", 5 "main": "lib/index.js", 6 "module": "dist/index.mjs", 7 "bin": "lib/cli.js", 2 "_from": "json5@^2.2.3", 3 "_id": "json5@2.2.3", 4 "_inBundle": false, 5 "_integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", 6 "_location": "/json5", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "json5@^2.2.3", 12 "name": "json5", 13 "escapedName": "json5", 14 "rawSpec": "^2.2.3", 15 "saveSpec": null, 16 "fetchSpec": "^2.2.3" 17 }, 18 "_requiredBy": [ 19 "/@babel/core" 20 ], 21 "_resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", 22 "_shasum": "78cd6f1a19bdc12b73db5ad0c61efd66c1e29283", 23 "_spec": "json5@^2.2.3", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core", 25 "author": { 26 "name": "Aseem Kishore", 27 "email": "aseem.kishore@gmail.com" 28 }, 29 "bin": { 30 "json5": "lib/cli.js" 31 }, 8 32 "browser": "dist/index.js", 9 "types": "lib/index.d.ts",10 "files": [11 "lib/",12 "dist/"13 ],14 "engines": {15 "node": ">=6"16 },17 "scripts": {18 "build": "rollup -c",19 "build-package": "node build/package.js",20 "build-unicode": "node build/unicode.js",21 "coverage": "tap --coverage-report html test",22 "lint": "eslint --fix .",23 "lint-report": "eslint .",24 "prepublishOnly": "npm run production",25 "preversion": "npm run production",26 "production": "run-s test build",27 "tap": "tap -Rspec --100 test",28 "test": "run-s lint-report tap",29 "version": "npm run build-package && git add package.json5"30 },31 "repository": {32 "type": "git",33 "url": "git+https://github.com/json5/json5.git"34 },35 "keywords": [36 "json",37 "json5",38 "es5",39 "es2015",40 "ecmascript"41 ],42 "author": "Aseem Kishore <aseem.kishore@gmail.com>",43 "contributors": [44 "Max Nanasy <max.nanasy@gmail.com>",45 "Andrew Eisenberg <andrew@eisenberg.as>",46 "Jordan Tucker <jordanbtucker@gmail.com>"47 ],48 "license": "MIT",49 33 "bugs": { 50 34 "url": "https://github.com/json5/json5/issues" 51 35 }, 52 "homepage": "http://json5.org/", 36 "bundleDependencies": false, 37 "contributors": [ 38 { 39 "name": "Max Nanasy", 40 "email": "max.nanasy@gmail.com" 41 }, 42 { 43 "name": "Andrew Eisenberg", 44 "email": "andrew@eisenberg.as" 45 }, 46 { 47 "name": "Jordan Tucker", 48 "email": "jordanbtucker@gmail.com" 49 } 50 ], 51 "deprecated": false, 52 "description": "JSON for Humans", 53 53 "devDependencies": { 54 54 "core-js": "^2.6.5", … … 69 69 "tap": "^12.6.0", 70 70 "unicode-10.0.0": "^0.7.5" 71 } 71 }, 72 "engines": { 73 "node": ">=6" 74 }, 75 "files": [ 76 "lib/", 77 "dist/" 78 ], 79 "homepage": "http://json5.org/", 80 "keywords": [ 81 "json", 82 "json5", 83 "es5", 84 "es2015", 85 "ecmascript" 86 ], 87 "license": "MIT", 88 "main": "lib/index.js", 89 "module": "dist/index.mjs", 90 "name": "json5", 91 "repository": { 92 "type": "git", 93 "url": "git+https://github.com/json5/json5.git" 94 }, 95 "scripts": { 96 "build": "rollup -c", 97 "build-package": "node build/package.js", 98 "build-unicode": "node build/unicode.js", 99 "coverage": "tap --coverage-report html test", 100 "lint": "eslint --fix .", 101 "lint-report": "eslint .", 102 "prepublishOnly": "npm run production", 103 "preversion": "npm run production", 104 "production": "run-s test build", 105 "tap": "tap -Rspec --100 test", 106 "test": "run-s lint-report tap", 107 "version": "npm run build-package && git add package.json5" 108 }, 109 "types": "lib/index.d.ts", 110 "version": "2.2.3" 72 111 }
Note:
See TracChangeset
for help on using the changeset viewer.