Changeset 59329aa for trip-planner-front/node_modules/ip
- 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/ip/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ip", 3 "version": "1.1.5", 4 "author": "Fedor Indutny <fedor@indutny.com>", 5 "homepage": "https://github.com/indutny/node-ip", 6 "repository": { 7 "type": "git", 8 "url": "http://github.com/indutny/node-ip.git" 2 "_args": [ 3 [ 4 "ip@1.1.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ip@1.1.5", 10 "_id": "ip@1.1.5", 11 "_inBundle": false, 12 "_integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", 13 "_location": "/ip", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ip@1.1.5", 19 "name": "ip", 20 "escapedName": "ip", 21 "rawSpec": "1.1.5", 22 "saveSpec": null, 23 "fetchSpec": "1.1.5" 9 24 }, 10 "main": "lib/ip", 25 "_requiredBy": [ 26 "/dns-packet", 27 "/socks", 28 "/webpack-dev-server" 29 ], 30 "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", 31 "_spec": "1.1.5", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Fedor Indutny", 35 "email": "fedor@indutny.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/indutny/node-ip/issues" 39 }, 40 "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)", 11 41 "devDependencies": { 12 42 "jscs": "^2.1.1", … … 14 44 "mocha": "~1.3.2" 15 45 }, 46 "homepage": "https://github.com/indutny/node-ip", 47 "license": "MIT", 48 "main": "lib/ip", 49 "name": "ip", 50 "repository": { 51 "type": "git", 52 "url": "git+ssh://git@github.com/indutny/node-ip.git" 53 }, 16 54 "scripts": { 17 " test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js",18 " fix": "jscs lib/*.js test/*.js --fix"55 "fix": "jscs lib/*.js test/*.js --fix", 56 "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js" 19 57 }, 20 " license": "MIT"58 "version": "1.1.5" 21 59 }
Note:
See TracChangeset
for help on using the changeset viewer.