| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "netmask@1.0.6",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "netmask@1.0.6",
- "_id": "netmask@1.0.6",
- "_inBundle": false,
- "_integrity": "sha512-3DWDqAtIiPSkBXZyYEjwebfK56nrlQfRGt642fu8RPaL+ePu750+HCMHxjJCG3iEHq/0aeMvX6KIzlv7nuhfrA==",
- "_location": "/netmask",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "netmask@1.0.6",
- "name": "netmask",
- "escapedName": "netmask",
- "rawSpec": "1.0.6",
- "saveSpec": null,
- "fetchSpec": "1.0.6"
- },
- "_requiredBy": [
- "/pac-resolver"
- ],
- "_resolved": "https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz",
- "_spec": "1.0.6",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Olivier Poitrey",
- "email": "rs@dailymotion.com"
- },
- "bugs": {
- "url": "https://github.com/rs/node-netmask/issues"
- },
- "description": "Parse and lookup IP network blocks",
- "devDependencies": {
- "coffee-script": ">=1.2.0",
- "vows": "*"
- },
- "engines": {
- "node": ">= 0.4.0"
- },
- "homepage": "https://github.com/rs/node-netmask",
- "keywords": [
- "net",
- "mask",
- "ip",
- "network",
- "cidr",
- "netmask",
- "subnet",
- "ipcalc"
- ],
- "license": "MIT",
- "main": "./lib/netmask",
- "name": "netmask",
- "repository": {
- "type": "git",
- "url": "git://github.com/rs/node-netmask.git"
- },
- "scripts": {
- "prepublish": "coffee -c lib/*.coffee",
- "test": "vows --spec test/*"
- },
- "version": "1.0.6"
- }
|