Changeset 59329aa for trip-planner-front/node_modules/fast-deep-equal
- 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/fast-deep-equal/package.json
rceaed42 r59329aa 1 1 { 2 "name": "fast-deep-equal", 3 "version": "3.1.3", 4 "description": "Fast deep equal", 5 "main": "index.js", 6 "scripts": { 7 "eslint": "eslint *.js benchmark/*.js spec/*.js", 8 "build": "node build", 9 "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./", 10 "test-spec": "mocha spec/*.spec.js -R spec", 11 "test-cov": "nyc npm run test-spec", 12 "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts", 13 "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov", 14 "prepublish": "npm run build" 2 "_args": [ 3 [ 4 "fast-deep-equal@3.1.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "fast-deep-equal@3.1.3", 10 "_id": "fast-deep-equal@3.1.3", 11 "_inBundle": false, 12 "_integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", 13 "_location": "/fast-deep-equal", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "fast-deep-equal@3.1.3", 19 "name": "fast-deep-equal", 20 "escapedName": "fast-deep-equal", 21 "rawSpec": "3.1.3", 22 "saveSpec": null, 23 "fetchSpec": "3.1.3" 15 24 }, 16 "repository": { 17 "type": "git", 18 "url": "git+https://github.com/epoberezkin/fast-deep-equal.git" 25 "_requiredBy": [ 26 "/ajv", 27 "/copy-webpack-plugin/ajv", 28 "/css-minimizer-webpack-plugin/ajv", 29 "/har-validator/ajv", 30 "/mini-css-extract-plugin/ajv", 31 "/schema-utils/ajv", 32 "/terser-webpack-plugin/ajv", 33 "/webpack-dev-middleware/ajv", 34 "/webpack-dev-server/ajv", 35 "/webpack/ajv" 36 ], 37 "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 38 "_spec": "3.1.3", 39 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 40 "author": { 41 "name": "Evgeny Poberezkin" 19 42 }, 20 "keywords": [21 "fast",22 "equal",23 "deep-equal"24 ],25 "author": "Evgeny Poberezkin",26 "license": "MIT",27 43 "bugs": { 28 44 "url": "https://github.com/epoberezkin/fast-deep-equal/issues" 29 45 }, 30 " homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",46 "description": "Fast deep equal", 31 47 "devDependencies": { 32 48 "coveralls": "^3.1.0", … … 41 57 "typescript": "^3.9.5" 42 58 }, 59 "files": [ 60 "index.js", 61 "index.d.ts", 62 "react.js", 63 "react.d.ts", 64 "es6/" 65 ], 66 "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme", 67 "keywords": [ 68 "fast", 69 "equal", 70 "deep-equal" 71 ], 72 "license": "MIT", 73 "main": "index.js", 74 "name": "fast-deep-equal", 43 75 "nyc": { 44 76 "exclude": [ … … 51 83 ] 52 84 }, 53 "files": [ 54 "index.js", 55 "index.d.ts", 56 "react.js", 57 "react.d.ts", 58 "es6/" 59 ], 60 "types": "index.d.ts" 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/epoberezkin/fast-deep-equal.git" 88 }, 89 "scripts": { 90 "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./", 91 "build": "node build", 92 "eslint": "eslint *.js benchmark/*.js spec/*.js", 93 "prepublish": "npm run build", 94 "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov", 95 "test-cov": "nyc npm run test-spec", 96 "test-spec": "mocha spec/*.spec.js -R spec", 97 "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts" 98 }, 99 "types": "index.d.ts", 100 "version": "3.1.3" 61 101 }
Note:
See TracChangeset
for help on using the changeset viewer.