Changeset 59329aa for trip-planner-front/node_modules/json-stringify-safe
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/json-stringify-safe/package.json
rceaed42 r59329aa 1 1 { 2 "name": "json-stringify-safe", 3 "version": "5.0.1", 2 "_args": [ 3 [ 4 "json-stringify-safe@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "json-stringify-safe@5.0.1", 10 "_id": "json-stringify-safe@5.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", 13 "_location": "/json-stringify-safe", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "json-stringify-safe@5.0.1", 19 "name": "json-stringify-safe", 20 "escapedName": "json-stringify-safe", 21 "rawSpec": "5.0.1", 22 "saveSpec": null, 23 "fetchSpec": "5.0.1" 24 }, 25 "_requiredBy": [ 26 "/request" 27 ], 28 "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", 29 "_spec": "5.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "http://blog.izs.me" 35 }, 36 "bugs": { 37 "url": "https://github.com/isaacs/json-stringify-safe/issues" 38 }, 39 "contributors": [ 40 { 41 "name": "Andri Möll", 42 "email": "andri@dot.ee", 43 "url": "http://themoll.com" 44 } 45 ], 4 46 "description": "Like JSON.stringify, but doesn't blow up on circular refs.", 47 "devDependencies": { 48 "mocha": ">= 2.1.0 < 3", 49 "must": ">= 0.12 < 0.13", 50 "sinon": ">= 1.12.2 < 2" 51 }, 52 "homepage": "https://github.com/isaacs/json-stringify-safe", 5 53 "keywords": [ 6 54 "json", … … 9 57 "safe" 10 58 ], 11 "homepage": "https://github.com/isaacs/json-stringify-safe",12 "bugs": "https://github.com/isaacs/json-stringify-safe/issues",13 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",14 "contributors": [15 "Andri Möll <andri@dot.ee> (http://themoll.com)"16 ],17 59 "license": "ISC", 60 "main": "stringify.js", 61 "name": "json-stringify-safe", 18 62 "repository": { 19 63 "type": "git", 20 "url": "git://github.com/isaacs/json-stringify-safe "64 "url": "git://github.com/isaacs/json-stringify-safe.git" 21 65 }, 22 "main": "stringify.js",23 66 "scripts": { 24 67 "test": "node test.js" 25 68 }, 26 "devDependencies": { 27 "mocha": ">= 2.1.0 < 3", 28 "must": ">= 0.12 < 0.13", 29 "sinon": ">= 1.12.2 < 2" 30 } 69 "version": "5.0.1" 31 70 }
Note:
See TracChangeset
for help on using the changeset viewer.