芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/opentype.js/package.json
{ "_args": [ [ "opentype.js@0.7.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "opentype.js@0.7.3", "_id": "opentype.js@0.7.3", "_inBundle": false, "_integrity": "sha1-QPuM4Yv9YOdESO/f5EKDQJg5eqs=", "_location": "/opentype.js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "opentype.js@0.7.3", "name": "opentype.js", "escapedName": "opentype.js", "rawSpec": "0.7.3", "saveSpec": null, "fetchSpec": "0.7.3" }, "_requiredBy": [ "/svg-captcha" ], "_resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-0.7.3.tgz", "_spec": "0.7.3", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Frederik De Bleser", "email": "frederik@debleser.be" }, "bin": { "ot": "bin/ot" }, "browser": { "fs": false }, "bugs": { "url": "https://github.com/nodebox/opentype.js/issues" }, "dependencies": { "tiny-inflate": "^1.0.2" }, "description": "OpenType font parser", "devDependencies": { "buble": "^0.15.2", "cross-env": "^5.0.0", "jscs": "^3.0.3", "jshint": "^2.9.2", "mocha": "^2.5.3", "reify": "^0.11.0", "rollup": "^0.41.6", "rollup-plugin-buble": "^0.15.0", "rollup-plugin-commonjs": "^8.0.2", "rollup-plugin-license": "^0.4.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-watch": "^3.2.2", "uglify-js": "^3.0.14", "uglifyjs": "^2.4.11" }, "homepage": "https://github.com/nodebox/opentype.js#readme", "keywords": [ "graphics", "fonts", "opentype", "otf", "ttf", "type" ], "license": "MIT", "main": "dist/opentype.js", "module": "src/opentype.js", "name": "opentype.js", "repository": { "type": "git", "url": "git://github.com/nodebox/opentype.js.git" }, "scripts": { "build": "rollup -c", "dist": "npm run test && npm run build && npm run minify", "minify": "uglifyjs ./dist/opentype.js > ./dist/opentype.min.js", "start": "node ./bin/server.js", "test": "mocha --require reify --compilers js:buble/register --recursive && jshint . && jscs .", "watch": "rollup -c -w" }, "version": "0.7.3" }